home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / secondstep.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-07-09  |  1.4 KB  |  52 lines

  1. #if !defined(AFX_SECONDSTEP_H__1FB662BA_71F5_11D5_82CA_00C0DF038169__INCLUDED_)
  2. #define AFX_SECONDSTEP_H__1FB662BA_71F5_11D5_82CA_00C0DF038169__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // SecondStep.h : header file
  8. //
  9.  
  10. class CRegenWizardAppWiz;
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CSecondStep dialog
  14.  
  15. class CSecondStep : public CAppWizStepDlg
  16. {
  17. // Construction
  18. public:
  19.     CSecondStep(CRegenWizardAppWiz *pMain, CWnd* pParent = NULL);   // standard constructor
  20.  
  21. // Dialog Data
  22.     //{{AFX_DATA(CSecondStep)
  23.     enum { IDD = IDD_SECONDSTEP };
  24.     CString    m_strDestination;
  25.     CString    m_strSDKInclude;
  26.     //}}AFX_DATA
  27.  
  28.     CRegenWizardAppWiz        *m_pclsMain;
  29. // Overrides
  30.     // ClassWizard generated virtual function overrides
  31.     //{{AFX_VIRTUAL(CSecondStep)
  32.     protected:
  33.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34.     //}}AFX_VIRTUAL
  35.  
  36. // Implementation
  37. protected:
  38.  
  39.     // Generated message map functions
  40.     //{{AFX_MSG(CSecondStep)
  41.     afx_msg void OnChangeEditDestination();
  42.     afx_msg void OnChangeEditSdkinclude();
  43.     afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
  44.     //}}AFX_MSG
  45.     DECLARE_MESSAGE_MAP()
  46. };
  47.  
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50.  
  51. #endif // !defined(AFX_SECONDSTEP_H__1FB662BA_71F5_11D5_82CA_00C0DF038169__INCLUDED_)
  52.